home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / CCS32 / CCS32.ZIP / CSFPHIST.DFM / CSFPHIST.txt
Text File  |  1996-06-25  |  625b  |  35 lines

  1. object HistForm: THistForm
  2.   Left = 200
  3.   Top = 98
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'HistForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 24
  15.     Top = 8
  16.     Width = 76
  17.     Height = 24
  18.     Caption = 'History'
  19.     Font.Color = clBlack
  20.     Font.Height = -19
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = [fsBold, fsItalic]
  23.     ParentFont = False
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 28
  27.     Top = 40
  28.     Width = 249
  29.     Height = 93
  30.     Lines.Strings = (
  31.       'Memo1')
  32.     TabOrder = 0
  33.   end
  34. end
  35.